09. Recursive or not? Part 2

Quiz

It's time to play… "Is this sequence recursive or not?"

Here's how the game works:

  • I show you (portion of) an ordered sequence.
  • I ask: can you guess the next element in the sequence?
  • If you can - the sequence is recursive!

What do you think the next element in the sequence is?
1, -6, -15, 7, 2, -4, 13, 13, ?

SOLUTION: No clue!